home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / dbus-1 / system.d / wpa_supplicant.conf < prev   
Text File  |  2008-09-03  |  895b  |  21 lines

  1. <!DOCTYPE busconfig PUBLIC
  2.  "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  3.  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  4. <busconfig>
  5.         <policy user="root">
  6.                 <allow own="fi.epitest.hostap.WPASupplicant"/>
  7.  
  8.                 <allow send_destination="fi.epitest.hostap.WPASupplicant"/>
  9.                 <allow send_interface="fi.epitest.hostap.WPASupplicant"/>
  10.         </policy>
  11.         <policy group="netdev">
  12.                 <allow send_destination="fi.epitest.hostap.WPASupplicant"/>
  13.                 <allow send_interface="fi.epitest.hostap.WPASupplicant"/>
  14.         </policy>
  15.         <policy context="default">
  16.                 <deny own="fi.epitest.hostap.WPASupplicant"/>
  17.                 <deny send_destination="fi.epitest.hostap.WPASupplicant"/>
  18.                 <deny send_interface="fi.epitest.hostap.WPASupplicant"/>
  19.         </policy>
  20. </busconfig>
  21.